Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <samp> tag


The <samp> tag is used to show example output from a computer program. The stuff you see is shown in the browser's usual single-width type.
It's a word tag and used to explain the example output text from a computer program.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<p>The output of the command is: <samp>ls -l</samp></p>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


The output of the command is: ls -l






Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<samp> Yes Yes Yes Yes Yes